home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTScreenSaver.pas' rev: 3.00
-
- #ifndef AHMTScreenSaverHPP
- #define AHMTScreenSaverHPP
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtscreensaver
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMScreenSaver;
- class PASCALIMPLEMENTATION TAHMScreenSaver : public Ahmsystem::TAHMExecuteComponent
- {
- typedef Ahmsystem::TAHMExecuteComponent inherited;
-
- private:
- void __fastcall SetActive(bool Value);
- bool __fastcall GetActive(void);
- void __fastcall SetSeconds(int value);
- int __fastcall GetSeconds(void);
-
- public:
- virtual bool __fastcall Execute(void);
-
- __published:
- __property bool Active = {read=GetActive, write=SetActive, nodefault};
- __property int Seconds = {read=GetSeconds, write=SetSeconds, nodefault};
- public:
- /* TAHMSystemsComponent.Create */ __fastcall virtual TAHMScreenSaver(Classes::TComponent* AOwner) :
- Ahmsystem::TAHMExecuteComponent(AOwner) { }
-
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMScreenSaver(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtscreensaver */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtscreensaver;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTScreenSaver
-